home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 2 / Macwelt DVD 2.cdr / System / Entwickler-Tools / macosx / F-Script 1.2 / F-Script.app / Contents / Resources / FSKVBrowser.nib / classes.nib next >
Encoding:
Text File  |  2002-03-24  |  1.4 KB  |  39 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 browserSelectAction = id; 
  7.                 browserSetColumnNumberAction = id; 
  8.                 descriptionAction = id; 
  9.                 inspectObjectAction = id; 
  10.                 nameObjectAction = id; 
  11.                 newBrowserAction = id; 
  12.                 objectSetValueForKeyAction = id; 
  13.                 setIncludeAttributesAction = id; 
  14.                 showMethodBrowserAction = id; 
  15.                 timerSliderAction = id; 
  16.                 toggleDescriptionIsInDrawer = id; 
  17.                 updateAction = id; 
  18.                 workspaceAction = id; 
  19.             }; 
  20.             CLASS = JGKVBrowser; 
  21.             LANGUAGE = ObjC; 
  22.             OUTLETS = {
  23.                 attributeTableView = NSTableView; 
  24.                 confirmSwitch = NSButton; 
  25.                 descriptionDrawer = NSDrawer; 
  26.                 descriptionTextView = NSTextView; 
  27.                 descriptionView = NSView; 
  28.                 newValueTextField = NSTextField; 
  29.                 relationshipBrowser = NSBrowser; 
  30.                 splitView = NSSplitView; 
  31.                 timeSlider = NSSlider; 
  32.                 timeSliderTextField = NSTextField; 
  33.                 window = NSWindow; 
  34.             }; 
  35.             SUPERCLASS = NSObject; 
  36.         }
  37.     ); 
  38.     IBVersion = 1; 
  39. }